github.com/jackc/pgx/v5.Conn.execPrepared (method)

4 uses

	github.com/jackc/pgx/v5 (current package)
		conn.go#L533: 		return c.execPrepared(ctx, sd, arguments)
		conn.go#L550: 		return c.execPrepared(ctx, sd, arguments)
		conn.go#L570: 		return c.execPrepared(ctx, sd, arguments)
		conn.go#L607: func (c *Conn) execPrepared(ctx context.Context, sd *pgconn.StatementDescription, arguments []any) (pgconn.CommandTag, error) {